home *** CD-ROM | disk | FTP | other *** search
/ ftp.team17.com 2014 / 2014.05.ftp.team17.com.tar / ftp.team17.com / pub / t17 / patches / pc / Phoenix_Patch_En_V1.1.exe / data1.cab / Program_Executable_Files / scripts / Email from Sarah.spt < prev    next >
Text File  |  2000-02-09  |  837b  |  31 lines

  1. //MTEXT: Email from Sarah:- \n \n  Beck, we can't leave things like this. Tom would've hated us to have fallen out. I'm not as strong as you think, Beck, and I could really do with a friend right now. Please can we meet? How about Chez Louis, Deck 10 on the Plaza. I'll see you at seven tomorrow night. \n Sarah
  2. //MSPEECH: sounds\email\email1_sarah.wav
  3. //SCENE: mscenes\fmv.cen
  4. //TACTICS: Dogfight
  5. //TACTICS: Misc
  6. //PHRASES: Punctuation.txt
  7. //PHRASES: Dogfight.txt
  8. //ALIAS: Testalias.txt
  9.  
  10. //NEBPIC: nebpic24
  11. //BACKLIGHT: 81 65 41 81 65 41
  12. //MAINLIGHT: 255 255 255 255 255 255
  13. //AMBIENT: 15 25 23
  14.  
  15. Start(_Mission)
  16.  
  17. Open Movie(movies\Milli.mpg)
  18. Play Movie
  19. Close Movie
  20.  
  21. Player(OFF)
  22. Player View(OFF)
  23.  
  24. @SCREENFADE{255,0,255,0,0,0}
  25. @WAIT{2000}
  26.  
  27. @NEXTMISSION{Military1}
  28. Quit
  29.  
  30. Label(_MissionDone)
  31. Goto(_MissionDone)